home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / asm / PtnAsm-Update.readme < prev    next >
Encoding:
Text File  |  2001-09-05  |  1.3 KB  |  41 lines

  1. Short:    Best PowerPC assembler - bugfixed
  2. Author:   Rafal Grembowski (diamond@go2.pl)
  3. Uploader: skipp@vividdesign.pl
  4. Type:     dev/asm
  5.  
  6. About the Update:
  7.  
  8. - fixed some macro-related problems
  9.  
  10. Description:
  11.  
  12.  
  13. PtnAsm is a PowerPC assembler for Amiga. It requies a ppc processor
  14. and a WarpOS installed. Most important features:
  15.  
  16. - creates objects in EHF format
  17. - 603 and 604 instructions and all 32-bit extended mnemonics are
  18.   supported
  19. - complete floating-point support
  20. - uses the same syntax as PowerASM
  21. - support for most of the popular directives
  22.  
  23. Extended Features:
  24.  
  25. With PtnAsm it's posible to write a code as a sequence of equations. What
  26. does it mean? Instead of writting  addi r3,r4,3 you can write r3 = r4 + 3.
  27. This gives the same resoult. It's possible to acces almost all instructions
  28. in this way. The general format is:
  29.  
  30.   destination [.][o][s] = source1[operator source2 ...]
  31.  
  32.  
  33. ============================= Archive contents =============================
  34.  
  35. Original  Packed Ratio    Date     Time    Name
  36. -------- ------- ----- --------- --------  -------------
  37.   180584   78635 56.4% 30-Apr-80 00:13:28  PtnAsm
  38.      890     543 38.9% 24-Aug-01 14:42:24  PtnAsm-Update.readme
  39. -------- ------- ----- --------- --------
  40.   181474   79178 56.3% 25-Aug-101 06:37:30   2 files
  41.